home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: news.sprintlink.net!news1!news
- From: rclark@iquest.net (Robert B. Clark)
- Subject: Re: How to list files in a directory (like "dir" in msdos or "ls" unix)
- X-Nntp-Posting-Host: ind-007-237-39.iquest.net
- Message-ID: <3124f23c.14475593@news.iquest.net>
- Sender: news@iquest.net (News Admin)
- Organization: IQuest Internet, Inc.
- X-Newsreader: Forte Agent .99d/16.182
- References: <4fqi8j$r9o@mn5.swip.net>
- Date: Fri, 16 Feb 1996 21:09:11 GMT
-
- On 13 Feb 1996 17:37:23 GMT, "Simon ThalΘn" <m-15275@mailbox.swipnet.se>
- wrote:
-
- >I would like list files in a directory (i┤m making a filemanager).
- >Like "dir" or something like that. I have Bcc 4,02
-
- Use findfirst() and findnext() and filter out all files that do not have
- the attribute you're looking for.
- --
- Robert B. Clark <rclark@iquest.net>
- "Be wary of strong spirits. It can make you shoot at tax collectors...
- and miss." --RAH
-